home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Video Toaster 4.3
/
Video Toaster v4.3.iso
/
4.2
/
programs
/
utilities
/
unprotectvtf
< prev
next >
Wrap
Text File
|
1998-04-21
|
3KB
|
158 lines
; Unprotect script for all VT and Flyer related files
; By Chuck Baker. Copyright 1998, NewTek, Inc.
;Begin Toaster:
if exists Toaster:
cd Toaster:
Echo ""
Echo "Unprotecting all Files in NewTek Drawer..."
protect #?/#?/#?/#?/#?/#?/#? add wd quiet
protect #?/#?/#?/#?/#?/#? add wd quiet
protect #?/#?/#?/#?/#? add wd quiet
protect #?/#?/#?/#? add wd quiet
protect #?/#?/#? add wd quiet
protect #?/#? add wd quiet
protect #? add wd quiet
endif
echo ""
echo "Done with this one! Moving right along..."
;end Toaster:
; begin devs:
if exists devs:
cd devs:
echo ""
echo "Unprotecting devs:"
wait 2
protect #?/#?/#?/#?/#? add wd quiet
protect #?/#?/#?/#? add wd quiet
protect #?/#?/#? add wd quiet
protect #?/#? add wd quiet
protect #? add wd quiet
endif
echo ""
echo "Done with this one! Moving right along..."
;end devs:
; begin storage
if exists sys:storage
cd sys:storage
echo ""
echo "Unprotecting SYS:Storage"
wait 2
protect #?/#?/#?/#?/#? add wd quiet
protect #?/#?/#?/#? add wd quiet
protect #?/#?/#? add wd quiet
protect #?/#? add wd quiet
protect #? add wd quiet
endif
echo ""
echo "Done with this one! Moving right along..."
;end storage
;begin libs:
if exists libs:
cd libs:
echo ""
echo "Unprotecting libs:"
wait 2
protect #? add wd quiet
endif
echo ""
echo "Done with this one! Moving right along..."
;end libs:
;begin l:
if exists l:
cd l:
echo ""
echo "Unprotecting l:"
wait 2
protect #? add wd quiet
endif
echo ""
echo "Done with this one! Moving right along..."
;end l:
;begin c:
if exists c:
cd c:
echo ""
echo "Unprotecting c:"
wait 2
protect #? add wd quiet
endif
echo ""
echo "Done with this one! Moving right along..."
;end c:
if not exists Toaster:
echo ""
echo "Your Toaster: assign is not active."
echo "Unable to Unprotect files!"
echo "Assign Toaster: to your NewTek drawer,"
echo "And retry."
wait 5
endif
if not exists c:
echo ""
echo "A standard system assignment is missing."
echo "Unable to unprotect Flyer files in system."
echo "Check your Workbench installation for problems."
echo "You may need to reboot your system..."
echo "Or re-install Workbench."
wait 5
endif
if not exists libs:
echo ""
echo "A standard system assignment is missing."
echo "Unable to unprotect Flyer files in system."
echo "Check your Workbench installation for problems."
echo "You may need to reboot your system..."
echo "Or re-install Workbench."
wait 5
endif
if not exists l:
echo ""
echo "A standard system assignment is missing."
echo "Unable to unprotect Flyer files in system."
echo "Check your Workbench installation for problems."
echo "You may need to reboot your system..."
echo "Or re-install Workbench."
wait 5
endif
if not exists devs:
echo ""
echo "A standard system assignment is missing."
echo "Unable to unprotect Flyer files in system."
echo "Check your Workbench installation for problems."
echo "You may need to reboot your system..."
echo "Or re-install Workbench."
wait 5
endif
if not exists sys:storage
echo ""
echo "The Storage drawer is missing from your"
echo "boot drive or partition."
echo "Unable to unprotect Flyer files in system."
echo "Check your Workbench installation for problems."
echo "You may need to reboot your system..."
echo "Or re-install Workbench."
wait 5
endif
Echo ""
echo "All Done!"
quit